home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / udcdth41.rdm < prev    next >
Text File  |  1996-02-22  |  4KB  |  94 lines

  1. Short:    Advanced uudecode script for THOR 2.2
  2. Author:   troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Uploader: troels@stud.cs.uit.no (Troels Walsted Hansen)
  4. Type:     comm/mail
  5.  
  6.     _   _ _   _ ____                     _       _   _
  7.    | | | | | | |  _ \  ___  ___ ___   __| | ___ | |_| |__   ___  _ __
  8.    | | | | | | | | | |/ _ \/ __/ _ \ / _` |/ _ \| __| '_ \ / _ \| '__|
  9.    | |_| | |_| | |_| |  __/ (_| (_) | (_| |  __/| |_| | | | (_) | |
  10.     \___/ \___/|____/ \___|\___\___/ \__,_|\___(_)__|_| |_|\___/|_| v4.1
  11.  
  12. Introduction
  13. ¯¯¯¯¯¯¯¯¯¯¯¯
  14. This is the one and only UUDecode arexx script for THOR.  It can either be
  15. used from THOR's arexx menu, from the commandline without any arguments, or
  16. from the commandline with an argument consisting of a file name. All
  17. uuencoded files in this file will be decoded.
  18.  
  19. With THOR 2.2 and above you get an icon in the listview instead of seeing
  20. uuencoded files. However, you still need UUDecode.thor because THOR executes
  21. this script when you click the icon in the listview.
  22.  
  23. Features
  24. ¯¯¯¯¯¯¯¯
  25.  · Progressbar while uudecoding.
  26.  · UUDecode all files in all messages selected in the messagelist listview or
  27.    just the files contained in the message currently shown.
  28.  · Adds filenotes to decoded files stating where you got them.
  29.  · Can recognize an unlimited number of files and execute a chosen action
  30.    upon the decoded file. Use for pictureviewer, archive unpacking, etc etc.
  31.  · Extremely configurable. You can change all paths used (destination,
  32.    temporary, ...), the commandline of the uudecoder you use, filetypes which
  33.    the script should recognize and launch certain actions on, switch on and
  34.    off features which you might consider too slow (filetype recognition and
  35.    adding of filenotes), etc etc.
  36.  · All configuration done from an easy-to-use GUI.
  37.  
  38. Requirements
  39. ¯¯¯¯¯¯¯¯¯¯¯¯
  40.  · THOR 2.2 or higher.
  41.  · The following AmigaDOS commands in the path: delete, search, filenote, rx
  42.  · Some uudecoder program. The default configuration file contains
  43.    commandlines for uuOut v1.14 by Nicolas Dade, UUxT v3.1 by Asher Feldman 
  44.    and UUFast v1.25 by Jørn Halonen. You may configure your own uudecoder as
  45.    well.
  46.  
  47. Contents
  48. ¯¯¯¯¯¯¯¯
  49. This distribution contains 4 files. The first three should be placed in your
  50. /THOR/Rexx directory.
  51.  
  52. UUDecode.thor    - the main script
  53. CfgUUDecode.thor - script for configuring all the options
  54. UUDecode.cfg     - default configuration file
  55. UUDecode.readme  - <- you are here
  56.  
  57. Author
  58. ¯¯¯¯¯¯
  59. Troels Walsted Hansen <troels@stud.cs.uit.no>
  60. Email to the THOR Team at <thor@hstud6.cs.uit.no> will also reach me.
  61.  
  62. Thanks to
  63. ¯¯¯¯¯¯¯¯¯
  64. Eirik Nicolai Synnes <eirikns@oslonett.no>
  65.  · For his very nice scripts SortMail.thor and CfgSortMail.thor, both of
  66.    which were *very* useful for v4.x of my script.
  67.  
  68. History
  69. ¯¯¯¯¯¯¯
  70. UUDecode.thor 4.0 (12.11.95)
  71.  · Almost totally rewritten from scratch.
  72.  · Progressbar.
  73.  · Made everything configurable through an external configuration file.
  74.  · Released on the THOR mailing list, and on the ftp support site.
  75.  
  76. UUDecode.thor 4.1 (13.11.95)
  77.  · Added a requester asking you to configure the script to *your* demands
  78.    the first time you run it.
  79.  · Released on Aminet, the THOR mailing list and the THOR ftp support site.
  80.  
  81. ----------------
  82.  
  83. CfgUUDecode.thor 1.0 (12.11.95)
  84.  · First release of the script on the THOR mailing list.
  85.  
  86. CfgUUDecode.thor 1.1 (13.11.95)
  87.  · Editing UUDecoder commandline now works. (simple typo.. :-(
  88.  
  89. ----------------
  90.  
  91. UUDecode.cfg
  92.  · Fixed the default UUDecode.cfg file so that UUxT works.
  93.  · Added a few extensions for the 'a textfile' type.
  94.